Crate wadm

source ·

Modules§

  • Type implementations for commands issued to compensate for state changes
  • Contains implementions of durable consumers of events that automatically take a message from a consumer and parse it to concrete types for consumption in a scheduler
  • This is a temporary workaround to let us combine multiple topics into a single stream so consumers work properly. This will be removed once NATS 2.10 is out and we have upgraded to using it in wasmcloud projects
  • Helper utilities for interacting with NATS
  • A module that defines a generic publisher trait and several common publishers that can be passed into various structs in wadm. Often times this is used for testing, but it also allows for flexibility for others who may want to publish to other sources
  • Various Worker implementations for reconciling and handling events and commands. These are essentially the default things that drive work forward in wadm

Constants§